@charset "utf-8";
* {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
}
a {
    text-decoration: none !important;
}
* {
    outline: none !important;
}
body {
    overflow: -webkit-paged-y;
    margin: 0px;
}
header {
}
#page_message>.container {
    height: 88vh !important;
}
#top_bar {
    direction: rtl;
    padding: 6px !important;
    width: 100%;
    position: relative;
    align-items: center;
}
#top_bar i>div {
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#top_bar i {
    position: relative;
    font-size: 20px;
}
#top_bar p {
}
#top_bar>div {
    text-align: center;
    font-size: 12px;
}
#top_bar>div:nth-child(1) {
    height: 100%;
    text-align: right;
}
#top_bar>div:nth-child(2) {
}
#top_bar>div:nth-child(2)>div {
}
#top_bar>div:nth-child(1) img {
    width: 60px;
    height: 60px;
}
#top_bar>div:nth-child(1)>div:nth-child(1) {
}
#top_bar>div:nth-child(1)>div:nth-child(2) {
    display: flex;
    align-items: center;
    color: white;
}
#username button {
    background-color: transparent;
    color: white;
    border: none;
}
#username ul {
    z-index: 10001;
}
.dropdown-menu {
    right: -6px !important;
    top: -70px !important;
    min-width: 110px !important;
    left: unset !important;
    text-align: right !important;
    background-color: rgba(0,0,0,0.9) !important;
}
#top_bar nav {
}
#top_bar nav a {
    margin: 0 5px;
    color: #fff;
    text-decoration: none;
    float: right;
    padding: 4px 10px;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
body {
    position: fixed;
}
#main_page {
    position: fixed;
    width: 100%;
    height: 100%;
}
.container {
    cursor: default;
    margin-left: 5% !important;
    margin-right: 5% !important;
}
.item-picture {
    position: relative;
}
.item img {
    width: 100%;
    height: 150px;
    border-radius: 8px;
}
.item-comment {
    cursor: pointer;
    opacity: 0;
    padding: 5px;
    color: white;
    background-color: rgba(0,0,0,0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-comment:hover {
    visibility: visible;
    opacity: 0.9;
    transition: all 500ms linear;
}
.item {
    padding-top: 15px;
    margin: 10px;
    float: right !important;
    padding-bottom: 15px;
    width: 220px !important;
}
.item-price {
    direction: rtl;
    font-size: 12px;
    color: white;
    font-weight: bold;
}
.menu_item {
    text-align: center;
    border-radius: 8px;
    height: 90%;
    bottom: 0px;
    position: absolute;
    overflow-y: auto;
    scroll-behavior: smooth;
    overflow-x: hidden;
    width: 100%;
}







::-webkit-scrollbar {
 width: 8px;
}
.menu_item>div:last-child {
    padding-bottom: 560px;
}
.kalampich {
    position: absolute;
    width: 100%;
    height: 62%;
    overflow-y: auto;
    top: 8%;
}
.menu_item>div {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    direction: rtl;
}
.item {
    direction: ltr
}



::-webkit-scrollbar-track-piece {
 display: block
}















::-webkit-scrollbar-thumb:vertical {
 background-color: gray;
}







::-webkit-scrollbar-thumb:vertical:hover {
 transition: all 500ms linear;
 background-color: silver;
 box-shadow: 0px 0px 8px white;
}







::-moz-scrollbar-track-piece {
 display: block
}















::-moz-scrollbar-thumb:vertical {
 background-color: rgba(255,251,207,0.5);
}







::-moz-scrollbar-thumb:vertical:hover {
 transition: all 500ms linear;
 background-color: rgba(255,251,207,1.00);
 box-shadow: 0px 0px 8px white;
}
.item-name {
    font-size: 12px;
    color: white;
    font-weight: bold;
}
.item_add_button {
    position: absolute;
    z-index: 10;
    border-radius: 8px;
    bottom: 0px;
    margin: 5px;
    color: white;
}
.item_add_button i {
    background-color: green;
    font-size: 14px;
    opacity: 0.9;
    cursor: pointer;
    padding: 7px 9px;
    border-radius: 8px;
}
.item_add_button i:active {
    transform: scale(0.9, 0.9);
}
#menu_folder {
    text-align: center;
    border-radius: 8px;
    height: 10%;
    width: 100%;
    font-size: 14pt;
    position: absolute;
    top: 0px;
}
.menu {
    position: absolute;
    overflow-y: hidden;
    width: 100%;
    height: 100%;
}
.menu legend {
    text-align: right;
    color: white;
    padding: 4px;
}
.folder {
    color: rgba(255, 255, 204,0.4);
    border-radius: 8px;
    border: solid 1px white;
    margin: 8px 0px;
    padding: 1%;
    padding: 10px 0px;
    cursor: pointer;
}
.folder:hover {
    transition: all 100ms linear;
    color: rgba(255, 255, 204,1);
}
.folder:active {
    transform: scale(0.9, 0.9);
}
#scroll1 {
    color: beige;
}
.nav-pills > li {
    float: right !important;
}
#folder_menu {
    padding-right: 21px;
}
.navbar-nav {
    margin: 0px !important;
    direction: rtl !important;
    overflow: auto;
    width: 100%;
    display: -webkit-inline-box;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    background-color: transparent !important;
    color: white !important;
    border-bottom: solid 2px white !important;
}
.navbar-nav a {
    min-width: 80px;
    white-space: nowrap;
    color: rgba(255,255,255,0.4) !important;
}
.navbar-nav li {
    padding: 4px;
}
.navbar-inverse {
    background-color: transparent !important;
    border-color: transparent !important;
}
.menu_item h4 {
    color: white;
    font-weight: bold;
}
#detail_factor {
    width: 70%;
    position: absolute;
    height: 100%;
}
.btn_pnl {
    bottom: 0 !important;
}
#detail_factor>div:nth-child(1) {
    overflow-y: auto;
    position: absolute;
    width: 100%;
}
#detail_factor>div:nth-child(2) {
    overflow-y: auto;
    top: 10%;
    position: absolute;
    height: 15%;
    width: 100%;
}
#detail_factor>div:nth-child(3) {
    line-height: 18px;
    overflow-y: auto;
    width: 100%;
    font-size: 12px;
    position: absolute;
    height: 55%;
    top: 30%;
}
#detail_factor>div:nth-child(4) {
    width: 100%;
    font-size: 12px;
    overflow-y: auto;
    padding-bottom: 2%;
    position: absolute;
    height: 13%;
    top: 77%;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
}
#shop-cart {
    position: absolute;
    width: 70%;
    height: 80%;
    display: flex;
    align-items: center;
}
#shop-cart h4 {
    width: 100%;
    text-align: center;
    opacity: 0.8;
    color: white;
}
#cart_butoon, #message_butoon {
    display: flex;
    justify-content: center;
    align-items: center;
}
#cart_butoon img:active, #message_butoon img:active {
    opacity: 0.6;
}
#logo_shop {
    cursor: pointer;
    width: 50px;
    height: 100%;
}
#logo_shop:active {
    opacity: 0.6;
}
.order {
    direction: rtl;
    opacity: 0.8;
    color: white !important;
    text-shadow: rgba(255,255,255,.1) -1px -1px 1px, rgba(0,0,0,.5) 1px 1px 1px;
}
.order th {
    text-align: right !important;
    color: white !important;
}
.order td {
    text-align: right !important;
    color: white !important;
}
.operation_order {
}
.operation_order i {
    cursor: pointer;
    font-size: 20px;
}
.operation_order i:active {
    opacity: 0.2;
}
.order td:nth-child(3) {
    text-align: left !important;
}
.next_level {
    margin-top: 4px;
}
.cart_count, .message_count {
    visibility: hidden;
    width: 18px;
    height: 18px;
    text-align: center;
    background-color: red;
    border-radius: 18px;
    position: absolute;
    left: 40px;
    top: 0px;
    color: white;
}
#register_page {
    width: 60%;
    direction: rtl;
}
#register_button {
    font-size: 19px;
    min-width: 100px;
}
#register_page input {
    width: 70%;
    float: left;
}
#register_page h3 {
    text-align: center;
    font-weight: bold;
    color: #fff;
}
#register_page label {
    color: #fff;
}
#reg_map1 {
    width: 100%;
    height: 200px;
    background-color: aqua;
    border-radius: 8px;
}
#snackbar {
    visibility: hidden;
    width: 250px;
    margin-left: -125px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 10001;
    left: 50%;
    top: 50px;
    direction: rtl;
    font-size: 17px;
}
#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 4.5s;
    animation: fadein 0.5s, fadeout 0.5s 4.5s;
}
 @-webkit-keyframes fadein {
 from {
 top: 0;
 opacity: 0;
}
 to {
 top: 50px;
 opacity: 1;
}
}
 @-webkit-keyframes fadeout {
 from {
 top: 50px;
 opacity: 1;
}
 to {
 top: 0;
 opacity: 0;
}
 #factor_detail_map {
}
}
.HSlider section {
    display: flex;
    justify-content: center;
    padding: 3%;
}
#comment {
    border: solid 1px white;
    background-color: transparent;
    padding-top: 15px;
    width: 90%;
    padding-bottom: 15px;
    margin-bottom: 10px;
    color: white;
}
#order_comment label {
    color: white;
}
#order_comment {
    padding-bottom: 2%;
    display: flex;
    direction: rtl;
    color: white;
    opacity: 0.8;
    flex-direction: column-reverse;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 30%;
    top: 70%;
}
#transparent_container {
    z-index: 10000;
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: none;
}
#factor_table h4 {
    font-size: 11px;
    color: white;
}
#end_order>div:nth-child(1) {
    position: absolute;
    height: 55%;
    overflow-y: auto;
    width: 100%;
    top: 0%;
}
#final_order_button {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}
#end_order>div:nth-child(2) {
    position: absolute;
    height: 28%;
    overflow-y: auto;
    top: 58%;
    width: 55%;
    display: flex;
    align-items: end;
    flex-flow: wrap;
    justify-content: space-around;
}
#end_order {
    display: flex;
    position: relative;
    height: 100% !important;
    margin: 0px;
    width: 50%;
    justify-content: center;
    direction: rtl !important;
    overflow-y: auto;
}
#end_order label {
}
#end_order h4 {
    font-size: 18px;
    font-weight: bold;
}
#order_map {
    width: 100%;
    height: 250px;
    margin-bottom: 5px;
    border-radius: 4px;
}
#payment, #order_time {
    color: white;
    margin: 0px !important;
    direction: ltr;
    text-align: center;
    text-align: right;
}
.close-window {
    color: white;
    font-size: 21px;
    cursor: pointer;
    direction: rtl;
}
.close-window i:active {
    opacity: 0.6;
}
#factors {
    direction: rtl;
    overflow: auto;
    width: 100%;
    position: absolute;
    height: 100%;
}
#factors th, td {
    text-align: center;
    vertical-align: middle !important;
    color: white;
    opacity: 0.8;
}
#factors tr>td:last-child {
}
#factors button {
    width: 80px;
    font-size: 12px;
}
#factors table {
    top: 0%;
}
#message_box {
    width: 100%;
    height: 100%;
    margin: auto;
}
#message_box>div:nth-child(2) {
    display: flex;
    position: absolute;
    width: 100%;
    height: 30%;
    top: 70%;
    padding-bottom: 2%;
    align-items: flex-end;
    justify-content: space-evenly;
}
#message_box>div:nth-child(2) .input-group {
    margin: 0px !important;
}
#message_content {
    padding: 30px;
    height: 90%;
    overflow-y: auto;
    overflow-x: hidden;
    scroll-behavior: smooth;
    position: absolute;
    width: 100%;
}
.modal-dialog {
    z-index: 1000;
}
.modal-backdrop {
    display: none;
}
#message_box h3 {
    text-align: left;
    opacity: 0.8;
    color: white;
    text-shadow: rgba(255,255,255,.1) -1px -1px 1px, rgba(0,0,0,.5) 1px 1px 1px;
}
#message_box>h3 {
    text-align: center;
}
#contact_us {
    width: 70%;
    direction: rtl;
    overflow: auto;
 height=80%;
    position: absolute;
}
#contact_map {
    background-color: aliceblue;
    height: 250px;
    width: 100%;
    border-radius: 8px;
}
#contact_us h3 {
    color: white;
    text-align: center;
}
#contact_us>div:nth-child(3) {
    font-size: 14px;
    color: white;
    width: 90%;
    margin-left: 5%;
    border-radius: 8px;
    margin-top: 5%;
}
#contact_us>div:nth-child(3) span:first-child {
    font-weight: bold;
}
footer {
    position: absolute;
    width: 100%;
    bottom: 0px;
}
#footer {
    left: 0px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    width: 100%;
    background-color: #000;
    color: white;
    font-weight: bold;
    z-index: 1000;
    font-size: 12px;
    position: fixed;
    bottom: 0px;
    padding: 13px 0px 13px 0px;
}
#modalContentId {
    text-align: center;
}
.swal2-input {
    text-align: center;
}
.modal-dialog {
    margin-top: 10% !important;
    direction: rtl;
}
.modal input {
    text-align: center;
    border: none;
    outline: none;
    box-shadow: none;
    direction: ltr;
}
.modal input:focus {
    box-shadow: none !important;
}
.modal-footer {
    text-align: center !important;
}
.modal-header h6 {
    text-align: center;
    font-size: 16px;
}
.container {
    margin: 0px !important;
    overflow: auto;
    padding: 0px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
}
#myNavbar ul {
    display: flex;
    justify-content: center;
    padding: 0px;
}
.navbar-collapse {
    padding: 0px !important;
}
.flex {
    display: flex;
    justify-content: center;
}
#modal_bank table td {
    color: #000;
}
#modal_bank table tr>td:nth-child(1) {
    text-align: right;
}
#modal_bank table tr>td:nth-child(2) {
    text-align: left;
}
#modal_bank .modal-header {
    border: none;
}
#spinner_ajax {
    visibility: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
    display: flex;
    background-color: rgba(0,0,0,0.4);
    justify-content: center;
    align-items: center;
}
.nav>li>a {
    padding: 10px 0px !important;
}
.navbar-inverse .navbar-nav>li>a {
    font-size: 12px;
}
.leaflet-popup-content {
    width: 80px;
    font-size: 10px;
    text-align: right;
    direction: rtl;
    word-wrap: break-word;
}
.leaflet-control-container {
}
.leaflet-control-attribution {
    display: none;
}
#payment_factor_table {
    line-height: 20px;
    font-size: 12px;
}
#payment_factor_table>div:nth-child(2n+1) {
    float: right;
    clear: both;
}
#payment_factor_table>div:nth-child(2n) {
    float: left;
}
#payment_factor_table>div:last-child {
    width: 100%;
    text-align: center;
    font-size: 14px;
}
.container>h3 {
    width: 100%;
    text-align: center;
    color: white;
}
#mylocation i {
    vertical-align: middle;
    color: gray;
}
#mylocation {
    cursor: pointer;
}
#navbar {
    width: 100%;
    background-color: white;
    position: absolute;
    height: 300px;
    z-index: 10;
    direction: rtl;
    top: 50px;
    right: 0px;
}
.navbar-header {
    display: none;
}
.navbar {
    margin-bottom: 0px !important;
}
#fab img {
    margin-top: 10%;
    width: 100%;
}
#fab p {
    font-size: 15px;
    text-align: center;
    color: white;
}
 @keyframes menu {
 0% {
width:70px;
}
 25% {
height:30px;
}
 50% {
width: 60px;
}
 75% {
height: 40px;
}
 100% {
width:70px;
}
}
#fab {
    border: solid 2px gray;
    left: 145px;
    box-shadow: 0px 0px 5px white;
    padding: 5px;
    position: fixed;
    z-index: 1;
    top: 12px;
    border-radius: 60px;
    width: 60px;
    height: 60px;
    background-color: red
}
.message_style {
}
.message_style ul {
    padding: 0px;
}
.message_style li {
    width: 90%;
}
.message_style h3 {
    font-size: 13px !important;
    padding: 5px !important;
    margin: 0px !important;
}
#factor_detail_map {
    width: 100%;
    height: 300px;
    border-radius: 4px;
    margin-top: 20px;
    margin-bottom: 2%;
    margin-bottom: 20px;
}
.back_button a {
    text-decoration: none;
    color: white;
}
.back_button a:active {
    opacity: 0.2;
}
#wallfilter {
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.6);
    position: fixed;
}
.leaflet-control-zoom-in, .leaflet-control-zoom-out {
    display: none !important;
}
/*RADIO BUTTON*/







/* Hide the browser's default radio button */



.container_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
/* Create a custom radio button */



.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}
/* On mouse-over, add a grey background color */



.container_radio:hover input ~ .checkmark {
    background-color: #ccc;
}
/* When the radio button is checked, add a blue background */



.container_radio input:checked ~ .checkmark {
    background-color: #2196F3;
}
/* Create the indicator (the dot/circle - hidden when not checked) */



.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the indicator (dot/circle) when checked */



.container_radio input:checked ~ .checkmark:after {
    display: block;
}
/* Style the indicator (dot/circle) */



.container_radio .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
/*RADIO BUTTON*/



#profile {
    position: absolute;
    width: 70%;
    height: 80%;
    direction: rtl;/* padding: 5px; */



}
#profile>div:nth-child(1) {
    width: 50%;
    height: 80%;
    overflow: auto;
    margin-right: 25%;
}
#profile>div:nth-child(1) label {
    color: silver;
}
#profile>div:nth-child(2) {
    width: 100%;
    height: 22%;
    top: 80%;
    padding-bottom: 2%;
    overflow: auto;
    justify-content: space-evenly;
    display: flex;
    align-items: flex-end;
}
#profile>div:nth-child(2) button {
    margin: 5px;
}
#prifile_list>div:nth-child(1) img {
    border-radius: 50px;
    box-shadow: 0px 0px 22px white;
    width: 100px !important;
    height: 100px !important;
    /* border: solid 0px black; */



    background-color: transparent;
    position: unset !important;
    min-width: unset !important;
    min-height: unset !important;
}
#payment label, #order_time label, #delivery label {
    width: 33%;
    text-align: center;
    padding: 6px !important;
    font-size: 12px !important;
    color: silver;
    margin: 0px !important;
}
#payment label:nth-child(1), #order_time label:nth-child(1), #delivery label:nth-child(1) {
    text-align: center !important;
}
#payment label:nth-child(2), #order_time label:nth-child(2), #delivery label:nth-child(2) {
}
#payment label:nth-child(3), #order_time label:nth-child(3), #delivery label:nth-child(3) {
}
#delivery {
    margin-bottom: 0px;
}
#payment, #order_time, #delivery {
    border-radius: 4px;
    width: 100%;
    display: flex;
    direction: ltr;
    margin: 0px;
    flex-direction: row-reverse;
}
#payment span, #order_time span, #delivery span {
    background-color: #fff;
    color: black;
    align-items: center;
    display: flex;
    font-weight: bold;
    direction: rtl;
    padding: 5px;
}
#payment input[type=radio], #order_time input[type=radio], #delivery input[type=radio] {
    visibility: hidden;
}
.title {
    width: 70%;
    color: white;
    top: 0;
    position: absolute;
    direction: rtl;
}
.title th {
    text-align: center;
}
#history>div:nth-child(1) {
    position: absolute;
    width: 70%;
    color: white;
    height: 70%;
    display: flex;
    align-items: center;
}
#history>div:nth-child(1) h4 {
    width: 100%;
    text-align: center;
}
#history>div:nth-child(2) {
    position: absolute;
    width: 100%;
    height: 10%;
    top: 78%;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    display: flex;
}
#wallet>div:nth-child(1) {
    color: white;
 display flex;
    align-items: center;
}
#wallet>div:nth-child(1) h4 {
    width: 100%;
    text-align: center;
}
#wallet>div:nth-child(2) {
    position: absolute;
    display: flex;
    width: 70%;
    height: 10%;
    top: 78%;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: end;
}
#modal_bank td {
    color: #000;
}
.dropdown {
    text-align: center;
    padding-left: 10px;
}



::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: gray !important;
 opacity: 0.8 !important; /* Firefox */
 text-align:center !important;
}
.checkbox_options_modal {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.checkbox_options_modal input[type=checkbox] {
    width: 15px;
    margin-left: 5%;
}
#modal_options .modal-header, #modal_options_readable .modal-header {
    background-color: green;
    color: white;
    font-size: 12px;
}
#modal_options .close, #modal_options_readable .close {
    float: left;
    opacity: 0.6;
    color: white;
    font-size: 25px;
}
#modal_options .modal-footer, #modal_options_readable .modal-footer {
    border: none;
}
#wallet {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
}
.button_custom {
    padding: 8px 16px;
    border: 1px solid gray;
    border-radius: 5px;
    color: rgb(34, 34, 34);
    cursor: pointer;
    text-align: center;
}
.button_custom:hover {
    background-color: rgb(232, 232, 232);
}
.amounts {
    display: flex;
    width: 200px;
    padding: 0px 10px 0px 16px;
    direction: rtl;
    cursor: pointer;
    border: 2px solid gray;
    border-radius: 10px;
    margin: 10px 0;
    align-items: center;
    justify-content: space-between;
}
.radio {
    width: 15px;
    height: 15px;
    border: 3px solid gray;
    border-radius: 50%;
    display: inline-flex !important;
    margin-left: 60px;
}
.amount_text {
    width: 50%;
    margin: 0px;
    font-size: 14px;
    outline: none;
    text-align: left;
    background-color: transparent;
    border: none;
    vertical-align: middle;
}
.number {
    vertical-align: text-bottom;
    font-size: 16pt;
}
.toman {
    padding: 5px 0 8px 48px;
    border: 1px solid gray;
    border-right: none;
    width: 40px;
    font-size: 12pt;
}
#history_wallet {
    width: 100%;
    height: 93%;
    margin: auto;
}
#history_wallet table {
    direction: rtl;
}
#history_wallet th {
    text-align: center;
}
#amounts lable {
    display: flex;
}
#amounts p {
    width: 50%;
    margin: 5px;
    text-align: right;
}
#oparetions {
    max-height: 250px;
    overflow: auto;
    width: 100%;
}
#hesab_wallet {
    width: 50%;
    height: 100%;
    display: none;
}
#wallet h3 {
    width: 200px;
    display: flex;
    justify-content: space-around;
    font-size: 16px;
}
#order_wallet_amount {
    color: white;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #00000080;
    margin-bottom: 5px;
}
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 25px;
}
.toggle_button i {
    color: white !important;
}
.switch input {
    display: none;
}
.slider1 {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider1:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:focus+ .slider1 {
    box-shadow: 0 0 1px #4C8896;
}
input:checked+ .slider1:before {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}
/* Rounded sliders */







.slider1.round {
    border-radius: 34px;
}
.slider1.round:before {
    border-radius: 50%;
}
#order_wallet_amount {
    margin-bottom: 5px;
    padding: 5px;
}
#order_address {
    margin-bottom: 5px;
}
#mobile_wallet {
    display: flex;
    justify-content: space-between;
}
#mobile_wallet button {
    width: 100%;
    text-align: center;
}
#message_content img {
    border-radius: 8px;
    box-shadow: 0px 0px 8px gray;
}
#search_item i {
    color: white;
    font-size: 20px;
    cursor: pointer;
}
#search_item i:active {
    opacity: 0.2;
}
#search_item {
    position: absolute;
    z-index: 10000;
    top: 3%;
    left: 5px;
}
#modal_filter_item input[type=text] {
    position: unset !important;
    color: red;
}
#modal_filter_item span {
    display: flex !important;
    align-items: center !important;
}
#payment_page {
    width: 100%;
    height: 100%;
    display: flex;
    direction: rtl;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0%;
}
#payment_page>div:first-child {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100%;
    height: 55%;
    top: 0px;
}
#payment_page>div:last-child {
    width: 100%;
    position: absolute;
    top: 55%;
    height: 40%;
    align-items: end;
    display: flex;
    flex-direction: column;
}
#discount_input {
    text-align: center;
}
 #discount_input::placeholder {
 text-align:center;
}
.order-type {
    width: 100%;
    display: grid;
    grid-template-columns: 58% 47%;
}
.item_detail_button {
    position: absolute;
    z-index: 10;
    border-radius: 8px;
    bottom: 0px;
    right: 0px;
    margin: 5px;
    color: white;
}
.item_detail_button i {
    background-color: green;
    font-size: 14px;
    opacity: 0.9;
    cursor: pointer;
    padding: 7px 9px;
    border-radius: 8px;
}
.item_detail_button i:active {
    transform: scale(0.9, 0.9);
}
.item_deactive {
    background-color: rgba(255,0,0,0.8);
    color: white;
    top: 40%;
    padding-bottom: 4px;
    position: absolute;
    width: 100%;
    box-shadow: 0px 0px 8px gray;
}
.modal_picture img {
    height: auto;
    width: 100%;
    object-fit: cover;
}
.modal_caption {
    height: auto;
    overflow-y: auto;
    word-wrap: break-word;
    padding: 5px;
    width: 100%;
    background-color: black;
    color: white;
}
#shop-cart {
    padding: 5px;
}
#page_cart {
    padding: 0;
}
#shop-cart {
    height: 80vh !important;
}
.operation_order {
    display: flex;
    align-items: center;
}
#address_button_panel {
    width: 100%;
    position: absolute;
    bottom: 20px;
}
.add_address button {
    bottom: 40px;
    right: 0px;
}

@media only screen and (max-width: 950px) {
}
#history {
    max-width: 600px;
}

.custom_item_summery {
    bottom: 0px;
}
#page_cart {
    /* height: calc(100% - 72px) !important; */
    height: 100% !important;
}
.custom_item_summery {
    max-width: 800px;
}
/* cart container */
.profile-container, .cart-container {
    max-width: 750px;
}
/* cart container */
